home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 March - Disc 1
/
Macworld (1999-03) (Disk 1).dmg
/
Shareware World
/
Comms & Internet
/
Finger-150
/
Example AppleScript
< prev
next >
Wrap
Text File
|
1994-10-15
|
405b
|
10 lines
tell application "Finger"
set err to finger "craig@uniwa.uwa.edu.au"
set err to whois "craig@uniwa.uwa.edu.au"
set err to geturl "finger://craig@uniwa.uwa.edu.au"
set err to geturl "finger://uniwa.uwa.edu.au/craig"
set err to geturl "whois://uniwa.uwa.edu.au/craig"
set err to geturl "whois://uniwa.uwa.edu.au/craig" to (file "rocky:whois")
set res to fetchurl "craig@uniwa.uwa.edu.au"
end tell
res